Interface OSPFLSR

All Superinterfaces:
IPCData, Pdu, Signal
All Known Implementing Classes:
OSPFLSRImpl

public interface OSPFLSR extends Pdu
  • Method Details

    • getLsType

      Byte getLsType()
      Returns:
      Byte Returns a Byte
    • setLsType

      void setLsType(Byte lsType)
      Parameters:
      lsType - Takes in a parameter of lsType
    • getOspfv3LsType

      Short getOspfv3LsType()
      Returns:
      Short Returns a Short
    • setOspfv3LsType

      void setOspfv3LsType(Short ospfv3LsType)
      Parameters:
      ospfv3LsType - Takes in a parameter of ospfv3LsType
    • getLsId

      IPAddress getLsId()
      Returns:
      IPAddress Returns a IPAddress
    • setLsId

      void setLsId(IPAddress lsId)
      Parameters:
      lsId - Takes in a parameter of lsId
    • getAdvertisingRouter

      IPAddress getAdvertisingRouter()
      Returns:
      IPAddress Returns a IPAddress
    • setAdvertisingRouter

      void setAdvertisingRouter(IPAddress advertisingRouter)
      Parameters:
      advertisingRouter - Takes in a parameter of advertisingRouter
    • getIsOspfv3

      boolean getIsOspfv3()
      Returns:
      boolean Returns a boolean
    • setIsOspfv3

      void setIsOspfv3(boolean isOspfv3)
      Parameters:
      isOspfv3 - Takes in a parameter of isOspfv3